STEP 7 : 让球滑到随机高度!
- 从 if 语句中删除显示print( True )的行。
- 在图形中,转到并拖入Glide To INSIDE 你的 if 语句。
- 将.glide_to()的名称从sprite更改为ball 。你应该在它旁边看到这个: ··= ·····
- 将 x 坐标从-100更改为300 ,将 y 坐标从50更改为random_height 。
To navigate the page using the TAB key, first press ESC to exit the code editor.